isSelfHandledNotification
Checks if the given payload is a Self-Handled Notification. If yes, MoEngage SDK will not render the notification. Impression will be tracked by SDK but client you need to track click.
Return
true if the payload is a self-handled notification, else false
Since
14.06.00
Parameters
pushPayload
The push payload received.
Checks if the given payload is a Self-Handled Notification.If yes, MoEngage SDK will not render the notification. Impression will be tracked by SDK but client you need to track click.
Return
true if the payload is a self-handled notification, else false
Since
14.06.00
Parameters
pushPayload
The push payload received as Bundle.